DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<S,T> Class / SourceIsObservableCollection Property

In This Topic
    SourceIsObservableCollection Property (C1WrapDataCollection<S,T>)
    In This Topic
    Gets a value indicating whether the source collection is an ObservableCollection.
    Syntax
    'Declaration
     
    Protected Property SourceIsObservableCollection As Boolean
    protected bool SourceIsObservableCollection {get; set;}
    See Also